2004-07-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
+ Correct the declared default values of several properties
+ to be in sync with the actual initial values.
+
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init):
Make spacing a property, correct the declared default values
of several properties to be in sync with the actual initial
2004-07-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
+ Correct the declared default values of several properties
+ to be in sync with the actual initial values.
+
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init):
Make spacing a property, correct the declared default values
of several properties to be in sync with the actual initial
2004-07-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
+ Correct the declared default values of several properties
+ to be in sync with the actual initial values.
+
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init):
Make spacing a property, correct the declared default values
of several properties to be in sync with the actual initial
2004-07-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
+ Correct the declared default values of several properties
+ to be in sync with the actual initial values.
+
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init):
Make spacing a property, correct the declared default values
of several properties to be in sync with the actual initial
cell->xpad = 0;
cell->ypad = 0;
cell->sensitive = TRUE;
+ cell->is_expander = FALSE;
+ cell->is_expanded = FALSE;
}
static void
P_("The x-align"),
0.0,
1.0,
- 0.0,
+ 0.5,
G_PARAM_READABLE |
G_PARAM_WRITABLE));
P_("The xpad"),
0,
G_MAXUINT,
- 2,
+ 0,
G_PARAM_READABLE |
G_PARAM_WRITABLE));
P_("The ypad"),
0,
G_MAXUINT,
- 2,
+ 0,
G_PARAM_READABLE |
G_PARAM_WRITABLE));